-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] jsx-key
: detect conditional returns
#3630
[Fix] jsx-key
: detect conditional returns
#3630
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3630 +/- ##
=======================================
Coverage 97.64% 97.64%
=======================================
Files 132 132
Lines 9358 9360 +2
Branches 3425 3426 +1
=======================================
+ Hits 9138 9140 +2
Misses 220 220
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems straightforward, thanks!
9acfec2
to
ecadb92
Compare
jsx-key
: unblocked conditional returnjsx-key
: detect conditional returns
Catch React key absence for conditional return without block statement: